home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / Curso / Curso.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-08-03  |  89 b   |  6 lines

  1. on(press){
  2.    gotoAndStop(1);
  3.    stopAllSounds();
  4.    _root.mouse.gotoAndPlay(16);
  5. }
  6.